Welcome![Sign In][Sign Up]
Location:
Search - hough transform

Search list

[Special EffectsHough

Description: 图像处理中经典的hough变换算法,检测直线,顺带有canny算法进行边缘检测-Classical image processing algorithm hough transform to detect straight lines, incidentally, are canny edge detection algorithm
Platform: | Size: 3788800 | Author: hj zhang | Hits:

[Special Effects4_hough

Description: 本程序实现hough变换。Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform this program. Hough transform image processing image recognition from the basic geometry methods. The basic principle of Hough transform is to use point and line duality, the original image space curve given expression through the curve of the parameter space into a point. This had given the original image in the detection curve into a parameter space to find the problem in the peak. That is, the overall characteristics of the detection of local features into testing. For example, a straight line, oval, round, arc and so on.
Platform: | Size: 14336 | Author: cui ju | Hits:

[Special Effectshough

Description: hough变换应用论文7篇,hough变换应用论文7篇-hough transform applied seven papers, hough transform applied papers 7
Platform: | Size: 3780608 | Author: 陈曦 | Hits:

[Special EffectsHough

Description: 用改进的随机Hough变换检测胸水图像中的细胞,模式识别中的图像处理-Using a Modified Hough Transform Detection of random images of cells in pleural fluid, pattern recognition in image processing
Platform: | Size: 221184 | Author: 张明伟 | Hits:

[Special Effectsline_sobel

Description: Canny进行边缘检测,得到图像的边缘,然后sobel算子对图像边缘进行卷积,然后用Hough变换进行直线提取。-Canny edge detection to obtain the edge image, and then sobel edge operator for convolution, and then use the Hough transform for straight line extraction.
Platform: | Size: 1024 | Author: mayan | Hits:

[Windows Develophw5

Description: hough transform this project applyes hough transform on given picture in order to be able to calculate object in real world
Platform: | Size: 785408 | Author: lilou | Hits:

[matlabdetectIris

Description: Detection of Iris with segmentation and dilatation, Not performant algorithm, better with hough transform
Platform: | Size: 1024 | Author: zepek | Hits:

[matlabline

Description: matlab程序,利用Hough变换进行线提取。有图,可直接运行查看效果!-matlab procedures, the use of Hough transform for line extraction. There are maps, can be run to view results!
Platform: | Size: 4096 | Author: 李昕 | Hits:

[Special Effectshoughline

Description: matlab实现hough变换直线提取,不直接用hough算子,应用二值化图像-to achieve a straight line hough transform matlab extraction, does not directly hough operator, the application of binary image
Platform: | Size: 1024 | Author: sulin | Hits:

[JSP/JavaLINEAIR_HOUGH

Description: this code is an simple application of the hough transform in java , detect lines on a foto an describe the line equation
Platform: | Size: 69632 | Author: med | Hits:

[Special EffectsHough_LineDetect_opencv

Description: OPENCV中Hough轉換用於直線偵測之源代碼-Hough transform for line detection in OpenCV
Platform: | Size: 1024 | Author: 朱小開 | Hits:

[Special Effectshough

Description: Hough变换是图像处理中从图像中识别几何形状的基本方法之一.本程序中Hough变换可检测图像中的直线,是源程序.-Hough transform image processing image recognition from the basic geometry methods. This procedure can be detected in the Hough transform image of a straight line, is the source.
Platform: | Size: 1024 | Author: zhengzhaohui | Hits:

[Special EffectsHough

Description: hough变换检测圆的处理,包括对圆心的检测,半径的检测,算法巧妙。-hough transform circle detection, including detection of the center of a circle, the radius of detection, the algorithm skillfully.
Platform: | Size: 3896320 | Author: zhouwei | Hits:

[Special Effectshoughlines

Description: 在MATLAB中,使用Hough变换做线检测和链接-In MATLAB, use Hough transform to detect and link line
Platform: | Size: 1024 | Author: zuo | Hits:

[Special EffectshoughGUI

Description: circular hough transform
Platform: | Size: 13312 | Author: moumita | Hits:

[Special Effectshough

Description: 根据园的方程(x-a)×(x-a)+(y-b)×(y-b)=R×R,将参数空间增加到a,b,R三维空间. 常用的hough变换计算量太大,然而随机hough变换虽然计算量相对小点,但是准确率没有前者高.现在使用 一种改进的方法:提取边缘图像,然后边缘跟踪,在边缘曲线上进行hough变换检测圆.-According to Park' s equation (x-a) × (x-a)+ (y-b) × (y-b) = R × R, the parameter space to a, b, R three-dimensional space. Hough transform commonly used in the calculation too, however, although randomized hough transform a relatively small amount of calculation, but not the former high accuracy. now use an improved method: extracting the edge image, and then the edge of track, at the edge curve on the hough transform circle detection.
Platform: | Size: 1024 | Author: 苏立 | Hits:

[Special Effectshoughcircle

Description: 基于vc++和opencv,用hough变换来检测图像中的圆,我的课程作业-Based on vc++ and opencv, using hough transform to detect the image of a round, my coursework
Platform: | Size: 1538048 | Author: 王坤 | Hits:

[matlabhough

Description: MATLAB写的Hough变换的程序,希望对大家有帮助。-Hough Transform MATLAB written procedures, and they hope to help everyone.
Platform: | Size: 2048 | Author: 李可 | Hits:

[matlabhough

Description: 这是一个基于matlab的Hough变换源代码,很简洁但很实用-This is a Hough transform based on the matlab source code, very simple but very practical
Platform: | Size: 6144 | Author: 王鼎 | Hits:

[Graph programclassical-hough

Description: 文件中有根据经典HOUGH变换算法写的圆检测VC函数,由于圆有三个参数,因此HOUGH算法的圆检测相比直线要慢得多-Document based on the classic HOUGH transform circle detection algorithm written in VC function, there are three parameters as a result of a round, so HOUGH circle detection algorithm is much slower compared to a straight line
Platform: | Size: 2048 | Author: 丰旻 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net